testing.outputWriter.Write (method, view implemented interface methods)

3 uses

	testing (current package)
		testing.go#L1040: 	n.o.Write([]byte(s))
		testing.go#L1095: 		c.o.Write([]byte("\n"))
		testing.go#L1127: func (o *outputWriter) Write(p []byte) (int, error) {